Html Css Color HEX #0137AF International Klein Blue

📋 copy color: '#0137AF'

red 1 ◦ green 55 ◦ blue 175

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

Shades of International Klein Blue #0137AF

Tints of International Klein Blue #0137AF

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

 BLUE value IS 175 (68.75% from 255) = 75.76%

R = 0.43%
G = 23.81%
B = 75.76%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0137AF (or 0x0137AF) is known color: International Klein Blue. HEX triplet: 01, 37 and AF. RGB value is (1,55,175). Sum of RGB (Red+Green+Blue) = 1+55+175=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0137AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0137AF is #FEC850. Grayscale: #333333. Windows color (decimal): -16697425 or 11482881. OLE color: 11482881.

HSL color Cylindrical-coordinate representation of color #0137AF: hue angle of 221.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0137AF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 55 175 -
CMYK 0.99 0.69 0 0.31
HSL 221.38º 0.99% 0.35% -
HSV(B) 221.38º 0.99% 0.69% -
XYZ 9.12 5.83 41.2 -
YUV 52.53 197.11 91.24 -
System Red Green Blue C M Y K H S L
Decimal 1 55 175 0.99 0.69 0 0.31 221.38 0.99 0.35
Hex 1 37 AF 63 45 0 1F DD 63 23
Octal 1 67 257 143 105 0 37 335 143 43
Binary 1 110111 10101111 1100011 1000101 0 11111 11011101 1100011 100011

Color Harmonies of #0137AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137AF

Black with #0137AF

Text Example


Text Example

White with #0137AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0137AF; }

 p { color: rgb(1,55,175); }

 H1.HeaderClassName
 {
   color: #0137AF;
 }
 .AnyTagClassName
 {
   color: #0137AF;
 }
</style>

background-color css

<style>
 a { background-color: #0137AF; }

 a { background-color: rgb(1,55,175); }

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

border-color css

<style>
 span { border-color: #0137AF; }

 span { border-color: rgb(1,55,175); }

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