Html Css Color HEX #0624BD International Klein Blue

📋 copy color: '#0624BD'

red 6 ◦ green 36 ◦ blue 189

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

Shades of International Klein Blue #0624BD

Tints of International Klein Blue #0624BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 189 (74.22% from 255) = 81.82%

R = 2.6%
G = 15.58%
B = 81.82%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0624BD (or 0x0624BD) is known color: International Klein Blue. HEX triplet: 06, 24 and BD. RGB value is (6,36,189). Sum of RGB (Red+Green+Blue) = 6+36+189=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #0624BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0624BD is #F9DB42. Grayscale: #2B2B2B. Windows color (decimal): -16374595 or 12395526. OLE color: 12395526.

HSL color Cylindrical-coordinate representation of color #0624BD: hue angle of 230.16º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0624BD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 36 189 -
CMYK 0.97 0.81 0 0.26
HSL 230.16º 0.94% 0.38% -
HSV(B) 230.16º 0.97% 0.74% -
XYZ 9.89 4.97 48.58 -
YUV 44.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 6 36 189 0.97 0.81 0 0.26 230.16 0.94 0.38
Hex 6 24 BD 61 51 0 1A E6 5E 26
Octal 6 44 275 141 121 0 32 346 136 46
Binary 110 100100 10111101 1100001 1010001 0 11010 11100110 1011110 100110

Color Harmonies of #0624BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0624BD

Black with #0624BD

Text Example


Text Example

White with #0624BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0624BD; }

 p { color: rgb(6,36,189); }

 H1.HeaderClassName
 {
   color: #0624BD;
 }
 .AnyTagClassName
 {
   color: #0624BD;
 }
</style>

background-color css

<style>
 a { background-color: #0624BD; }

 a { background-color: rgb(6,36,189); }

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

border-color css

<style>
 span { border-color: #0624BD; }

 span { border-color: rgb(6,36,189); }

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