Html Css Color HEX #0736B1 International Klein Blue

📋 copy color: '#0736B1'

red 7 ◦ green 54 ◦ blue 177

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

Shades of International Klein Blue #0736B1

Tints of International Klein Blue #0736B1

RGB

 RED value IS 7 (3.13% from 255) = 2.94%

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 177 (69.53% from 255) = 74.37%

R = 2.94%
G = 22.69%
B = 74.37%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0736B1 (or 0x0736B1) is known color: International Klein Blue. HEX triplet: 07, 36 and B1. RGB value is (7,54,177). Sum of RGB (Red+Green+Blue) = 7+54+177=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #0736B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0736B1 is #F8C94E. Grayscale: #353535. Windows color (decimal): -16304463 or 11613703. OLE color: 11613703.

HSL color Cylindrical-coordinate representation of color #0736B1: hue angle of 223.41º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0736B1 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 54 177 -
CMYK 0.96 0.69 0 0.31
HSL 223.41º 0.92% 0.36% -
HSV(B) 223.41º 0.96% 0.69% -
XYZ 9.34 5.86 42.23 -
YUV 53.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 7 54 177 0.96 0.69 0 0.31 223.41 0.92 0.36
Hex 7 36 B1 60 45 0 1F DF 5C 24
Octal 7 66 261 140 105 0 37 337 134 44
Binary 111 110110 10110001 1100000 1000101 0 11111 11011111 1011100 100100

Color Harmonies of #0736B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0736B1

Black with #0736B1

Text Example


Text Example

White with #0736B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0736B1; }

 p { color: rgb(7,54,177); }

 H1.HeaderClassName
 {
   color: #0736B1;
 }
 .AnyTagClassName
 {
   color: #0736B1;
 }
</style>

background-color css

<style>
 a { background-color: #0736B1; }

 a { background-color: rgb(7,54,177); }

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

border-color css

<style>
 span { border-color: #0736B1; }

 span { border-color: rgb(7,54,177); }

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