Html Css Color HEX #0927BC International Klein Blue

📋 copy color: '#0927BC'

red 9 ◦ green 39 ◦ blue 188

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

Shades of International Klein Blue #0927BC

Tints of International Klein Blue #0927BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 3.81%
G = 16.53%
B = 79.66%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0927BC (or 0x0927BC) is known color: International Klein Blue. HEX triplet: 09, 27 and BC. RGB value is (9,39,188). Sum of RGB (Red+Green+Blue) = 9+39+188=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #0927BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0927BC is #F6D843. Grayscale: #2E2E2E. Windows color (decimal): -16177220 or 12330761. OLE color: 12330761.

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

Color convert

RGB 9 39 188 -
CMYK 0.95 0.79 0 0.26
HSL 229.94º 0.91% 0.39% -
HSV(B) 229.94º 0.95% 0.74% -
XYZ 9.92 5.14 48.05 -
YUV 47.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 9 39 188 0.95 0.79 0 0.26 229.94 0.91 0.39
Hex 9 27 BC 5F 4F 0 1A E6 5B 27
Octal 11 47 274 137 117 0 32 346 133 47
Binary 1001 100111 10111100 1011111 1001111 0 11010 11100110 1011011 100111

Color Harmonies of #0927BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0927BC

Black with #0927BC

Text Example


Text Example

White with #0927BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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