Html Css Color HEX #0924BC International Klein Blue

📋 copy color: '#0924BC'

red 9 ◦ green 36 ◦ blue 188

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

Shades of International Klein Blue #0924BC

Tints of International Klein Blue #0924BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.69%

R = 3.86%
G = 15.45%
B = 80.69%

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

#0924BC (or 0x0924BC) is known color: International Klein Blue. HEX triplet: 09, 24 and BC. RGB value is (9,36,188). Sum of RGB (Red+Green+Blue) = 9+36+188=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #0924BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0924BC is #F6DB43. Grayscale: #2C2C2C. Windows color (decimal): -16177988 or 12329993. OLE color: 12329993.

HSL color Cylindrical-coordinate representation of color #0924BC: hue angle of 230.95º 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 #0924BC is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 36 188 -
CMYK 0.95 0.81 0 0.26
HSL 230.95º 0.91% 0.39% -
HSV(B) 230.95º 0.95% 0.74% -
XYZ 9.82 4.95 48.01 -
YUV 45.26 208.55 102.14 -
System Red Green Blue C M Y K H S L
Decimal 9 36 188 0.95 0.81 0 0.26 230.95 0.91 0.39
Hex 9 24 BC 5F 51 0 1A E7 5B 27
Octal 11 44 274 137 121 0 32 347 133 47
Binary 1001 100100 10111100 1011111 1010001 0 11010 11100111 1011011 100111

Color Harmonies of #0924BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924BC

Black with #0924BC

Text Example


Text Example

White with #0924BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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