Html Css Color HEX #0231B8 International Klein Blue

📋 copy color: '#0231B8'

red 2 ◦ green 49 ◦ blue 184

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

Shades of International Klein Blue #0231B8

Tints of International Klein Blue #0231B8

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 184 (72.27% from 255) = 78.3%

R = 0.85%
G = 20.85%
B = 78.3%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0231B8 (or 0x0231B8) is known color: International Klein Blue. HEX triplet: 02, 31 and B8. RGB value is (2,49,184). Sum of RGB (Red+Green+Blue) = 2+49+184=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 184 (72.27% from 255 or 78.30% from 235); Max value from RGB is 184 - color contains mainly: blue. Hex color #0231B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0231B8 is #FDCE47. Grayscale: #313131. Windows color (decimal): -16633416 or 12071170. OLE color: 12071170.

HSL color Cylindrical-coordinate representation of color #0231B8: hue angle of 224.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231B8 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 49 184 -
CMYK 0.99 0.73 0 0.28
HSL 224.51º 0.98% 0.36% -
HSV(B) 224.51º 0.99% 0.72% -
XYZ 9.78 5.67 45.93 -
YUV 50.34 203.43 93.52 -
System Red Green Blue C M Y K H S L
Decimal 2 49 184 0.99 0.73 0 0.28 224.51 0.98 0.36
Hex 2 31 B8 63 49 0 1C E1 62 24
Octal 2 61 270 143 111 0 34 341 142 44
Binary 10 110001 10111000 1100011 1001001 0 11100 11100001 1100010 100100

Color Harmonies of #0231B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0231B8

Black with #0231B8

Text Example


Text Example

White with #0231B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0231B8; }

 p { color: rgb(2,49,184); }

 H1.HeaderClassName
 {
   color: #0231B8;
 }
 .AnyTagClassName
 {
   color: #0231B8;
 }
</style>

background-color css

<style>
 a { background-color: #0231B8; }

 a { background-color: rgb(2,49,184); }

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

border-color css

<style>
 span { border-color: #0231B8; }

 span { border-color: rgb(2,49,184); }

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