Html Css Color HEX #092DB2 International Klein Blue

📋 copy color: '#092DB2'

red 9 ◦ green 45 ◦ blue 178

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

Shades of International Klein Blue #092DB2

Tints of International Klein Blue #092DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 178 (69.92% from 255) = 76.72%

R = 3.88%
G = 19.4%
B = 76.72%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#092DB2 (or 0x092DB2) is known color: International Klein Blue. HEX triplet: 09, 2D and B2. RGB value is (9,45,178). Sum of RGB (Red+Green+Blue) = 9+45+178=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 178 (69.92% from 255 or 76.72% from 232); Max value from RGB is 178 - color contains mainly: blue. Hex color #092DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DB2 is #F6D24D. Grayscale: #303030. Windows color (decimal): -16175694 or 11676937. OLE color: 11676937.

HSL color Cylindrical-coordinate representation of color #092DB2: hue angle of 227.22º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB2 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 45 178 -
CMYK 0.95 0.75 0 0.30
HSL 227.22º 0.9% 0.37% -
HSV(B) 227.22º 0.95% 0.7% -
XYZ 9.09 5.15 42.63 -
YUV 49.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 9 45 178 0.95 0.75 0 0.30 227.22 0.9 0.37
Hex 9 2D B2 5F 4B 0 1E E3 5A 25
Octal 11 55 262 137 113 0 36 343 132 45
Binary 1001 101101 10110010 1011111 1001011 0 11110 11100011 1011010 100101

Color Harmonies of #092DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DB2

Black with #092DB2

Text Example


Text Example

White with #092DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092DB2; }

 p { color: rgb(9,45,178); }

 H1.HeaderClassName
 {
   color: #092DB2;
 }
 .AnyTagClassName
 {
   color: #092DB2;
 }
</style>

background-color css

<style>
 a { background-color: #092DB2; }

 a { background-color: rgb(9,45,178); }

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

border-color css

<style>
 span { border-color: #092DB2; }

 span { border-color: rgb(9,45,178); }

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