Html Css Color HEX #0037BB International Klein Blue

📋 copy color: '#0037BB'

red 0 ◦ green 55 ◦ blue 187

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

Shades of International Klein Blue #0037BB

Tints of International Klein Blue #0037BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 0%
G = 22.73%
B = 77.27%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0037BB (or 0x0037BB) is known color: International Klein Blue. HEX triplet: 00, 37 and BB. RGB value is (0,55,187). Sum of RGB (Red+Green+Blue) = 0+55+187=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #0037BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037BB is #FFC844. Grayscale: #353535. Windows color (decimal): -16762949 or 12269312. OLE color: 12269312.

HSL color Cylindrical-coordinate representation of color #0037BB: hue angle of 222.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0037BB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 55 187 -
CMYK 1 0.71 0 0.27
HSL 222.35º 1% 0.37% -
HSV(B) 222.35º 1% 0.73% -
XYZ 10.34 6.32 47.69 -
YUV 53.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 0 55 187 1 0.71 0 0.27 222.35 1 0.37
Hex 0 37 BB 64 47 0 1B DE 64 25
Octal 0 67 273 144 107 0 33 336 144 45
Binary 0 110111 10111011 1100100 1000111 0 11011 11011110 1100100 100101

Color Harmonies of #0037BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0037BB

Black with #0037BB

Text Example


Text Example

White with #0037BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0037BB; }

 p { color: rgb(0,55,187); }

 H1.HeaderClassName
 {
   color: #0037BB;
 }
 .AnyTagClassName
 {
   color: #0037BB;
 }
</style>

background-color css

<style>
 a { background-color: #0037BB; }

 a { background-color: rgb(0,55,187); }

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

border-color css

<style>
 span { border-color: #0037BB; }

 span { border-color: rgb(0,55,187); }

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