Html Css Color HEX #0630B9 International Klein Blue

📋 copy color: '#0630B9'

red 6 ◦ green 48 ◦ blue 185

#0630B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0630B9

Tints of International Klein Blue #0630B9

RGB

 RED value IS 6 (2.73% from 255) = 2.51%

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 185 (72.66% from 255) = 77.41%

R = 2.51%
G = 20.08%
B = 77.41%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0630B9 (or 0x0630B9) is known color: International Klein Blue. HEX triplet: 06, 30 and B9. RGB value is (6,48,185). Sum of RGB (Red+Green+Blue) = 6+48+185=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #0630B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630B9 is #F9CF46. Grayscale: #323232. Windows color (decimal): -16371527 or 12136454. OLE color: 12136454.

HSL color Cylindrical-coordinate representation of color #0630B9: hue angle of 225.92º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630B9 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 48 185 -
CMYK 0.97 0.74 0 0.27
HSL 225.92º 0.94% 0.37% -
HSV(B) 225.92º 0.97% 0.73% -
XYZ 9.89 5.66 46.47 -
YUV 51.06 203.59 95.86 -
System Red Green Blue C M Y K H S L
Decimal 6 48 185 0.97 0.74 0 0.27 225.92 0.94 0.37
Hex 6 30 B9 61 4A 0 1B E2 5E 25
Octal 6 60 271 141 112 0 33 342 136 45
Binary 110 110000 10111001 1100001 1001010 0 11011 11100010 1011110 100101

Color Harmonies of #0630B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630B9

Black with #0630B9

Text Example


Text Example

White with #0630B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0630B9; }

 p { color: rgb(6,48,185); }

 H1.HeaderClassName
 {
   color: #0630B9;
 }
 .AnyTagClassName
 {
   color: #0630B9;
 }
</style>

background-color css

<style>
 a { background-color: #0630B9; }

 a { background-color: rgb(6,48,185); }

 div.DivClassName
 {
   background-color: #0630B9;
 }
 .BgClassName
 {
   background-color: #0630B9;
 }
</style>

border-color css

<style>
 span { border-color: #0630B9; }

 span { border-color: rgb(6,48,185); }

 td.TdClassName
 {
   border-color: #0630B9;
 }
 .TagClassName
 {
   border-color: #0630B9;
 }
</style>