Html Css Color HEX #0924BD International Klein Blue

📋 copy color: '#0924BD'

red 9 ◦ green 36 ◦ blue 189

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

Shades of International Klein Blue #0924BD

Tints of International Klein Blue #0924BD

RGB

 RED value IS 9 (3.91% from 255) = 3.85%

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

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

R = 3.85%
G = 15.38%
B = 80.77%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0924BD (or 0x0924BD) is known color: International Klein Blue. HEX triplet: 09, 24 and BD. RGB value is (9,36,189). Sum of RGB (Red+Green+Blue) = 9+36+189=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #0924BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0924BD is #F6DB42. Grayscale: #2C2C2C. Windows color (decimal): -16177987 or 12395529. OLE color: 12395529.

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

Color convert

RGB 9 36 189 -
CMYK 0.95 0.81 0 0.26
HSL 231º 0.91% 0.39% -
HSV(B) 231º 0.95% 0.74% -
XYZ 9.93 4.99 48.58 -
YUV 45.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 9 36 189 0.95 0.81 0 0.26 231 0.91 0.39
Hex 9 24 BD 5F 51 0 1A E7 5B 27
Octal 11 44 275 137 121 0 32 347 133 47
Binary 1001 100100 10111101 1011111 1010001 0 11010 11100111 1011011 100111

Color Harmonies of #0924BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924BD

Black with #0924BD

Text Example


Text Example

White with #0924BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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