Html Css Color HEX #0237BD International Klein Blue

📋 copy color: '#0237BD'

red 2 ◦ green 55 ◦ blue 189

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

Shades of International Klein Blue #0237BD

Tints of International Klein Blue #0237BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.83%

R = 0.81%
G = 22.36%
B = 76.83%

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

#0237BD (or 0x0237BD) is known color: International Klein Blue. HEX triplet: 02, 37 and BD. RGB value is (2,55,189). Sum of RGB (Red+Green+Blue) = 2+55+189=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #0237BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237BD is #FDC842. Grayscale: #353535. Windows color (decimal): -16631875 or 12400386. OLE color: 12400386.

HSL color Cylindrical-coordinate representation of color #0237BD: hue angle of 222.99º 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 #0237BD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 55 189 -
CMYK 0.99 0.71 0 0.26
HSL 222.99º 0.98% 0.37% -
HSV(B) 222.99º 0.99% 0.74% -
XYZ 10.58 6.42 48.83 -
YUV 54.43 203.94 90.6 -
System Red Green Blue C M Y K H S L
Decimal 2 55 189 0.99 0.71 0 0.26 222.99 0.98 0.37
Hex 2 37 BD 63 47 0 1A DF 62 25
Octal 2 67 275 143 107 0 32 337 142 45
Binary 10 110111 10111101 1100011 1000111 0 11010 11011111 1100010 100101

Color Harmonies of #0237BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237BD

Black with #0237BD

Text Example


Text Example

White with #0237BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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