Html Css Color HEX #0237BC International Klein Blue

📋 copy color: '#0237BC'

red 2 ◦ green 55 ◦ blue 188

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

Shades of International Klein Blue #0237BC

Tints of International Klein Blue #0237BC

RGB

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

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

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

R = 0.82%
G = 22.45%
B = 76.73%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0237BC (or 0x0237BC) is known color: International Klein Blue. HEX triplet: 02, 37 and BC. RGB value is (2,55,188). Sum of RGB (Red+Green+Blue) = 2+55+188=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0237BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237BC is #FDC843. Grayscale: #353535. Windows color (decimal): -16631876 or 12334850. OLE color: 12334850.

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

Color convert

RGB 2 55 188 -
CMYK 0.99 0.71 0 0.26
HSL 222.9º 0.98% 0.37% -
HSV(B) 222.9º 0.99% 0.74% -
XYZ 10.47 6.38 48.26 -
YUV 54.32 203.44 90.69 -
System Red Green Blue C M Y K H S L
Decimal 2 55 188 0.99 0.71 0 0.26 222.9 0.98 0.37
Hex 2 37 BC 63 47 0 1A DF 62 25
Octal 2 67 274 143 107 0 32 337 142 45
Binary 10 110111 10111100 1100011 1000111 0 11010 11011111 1100010 100101

Color Harmonies of #0237BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237BC

Black with #0237BC

Text Example


Text Example

White with #0237BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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