Html Css Color HEX #0237BA International Klein Blue

📋 copy color: '#0237BA'

red 2 ◦ green 55 ◦ blue 186

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

Shades of International Klein Blue #0237BA

Tints of International Klein Blue #0237BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 186 (73.05% from 255) = 76.54%

R = 0.82%
G = 22.63%
B = 76.54%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0237BA (or 0x0237BA) is known color: International Klein Blue. HEX triplet: 02, 37 and BA. RGB value is (2,55,186). Sum of RGB (Red+Green+Blue) = 2+55+186=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0237BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237BA is #FDC845. Grayscale: #353535. Windows color (decimal): -16631878 or 12203778. OLE color: 12203778.

HSL color Cylindrical-coordinate representation of color #0237BA: hue angle of 222.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237BA is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 55 186 -
CMYK 0.99 0.70 0 0.27
HSL 222.72º 0.98% 0.37% -
HSV(B) 222.72º 0.99% 0.73% -
XYZ 10.25 6.29 47.13 -
YUV 54.09 202.44 90.85 -
System Red Green Blue C M Y K H S L
Decimal 2 55 186 0.99 0.70 0 0.27 222.72 0.98 0.37
Hex 2 37 BA 63 46 0 1B DF 62 25
Octal 2 67 272 143 106 0 33 337 142 45
Binary 10 110111 10111010 1100011 1000110 0 11011 11011111 1100010 100101

Color Harmonies of #0237BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237BA

Black with #0237BA

Text Example


Text Example

White with #0237BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0237BA; }

 p { color: rgb(2,55,186); }

 H1.HeaderClassName
 {
   color: #0237BA;
 }
 .AnyTagClassName
 {
   color: #0237BA;
 }
</style>

background-color css

<style>
 a { background-color: #0237BA; }

 a { background-color: rgb(2,55,186); }

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

border-color css

<style>
 span { border-color: #0237BA; }

 span { border-color: rgb(2,55,186); }

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