Html Css Color HEX #003AB0 International Klein Blue

📋 copy color: '#003AB0'

red 0 ◦ green 58 ◦ blue 176

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

Shades of International Klein Blue #003AB0

Tints of International Klein Blue #003AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 176 (69.14% from 255) = 75.21%

R = 0%
G = 24.79%
B = 75.21%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#003AB0 (or 0x003AB0) is known color: International Klein Blue. HEX triplet: 00, 3A and B0. RGB value is (0,58,176). Sum of RGB (Red+Green+Blue) = 0+58+176=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 176 (69.14% from 255 or 75.21% from 234); Max value from RGB is 176 - color contains mainly: blue. Hex color #003AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AB0 is #FFC54F. Grayscale: #353535. Windows color (decimal): -16762192 or 11549184. OLE color: 11549184.

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

Color convert

RGB 0 58 176 -
CMYK 1 0.67 0 0.31
HSL 220.23º 1% 0.35% -
HSV(B) 220.23º 1% 0.69% -
XYZ 9.35 6.16 41.77 -
YUV 54.11 196.78 89.41 -
System Red Green Blue C M Y K H S L
Decimal 0 58 176 1 0.67 0 0.31 220.23 1 0.35
Hex 0 3A B0 64 43 0 1F DC 64 23
Octal 0 72 260 144 103 0 37 334 144 43
Binary 0 111010 10110000 1100100 1000011 0 11111 11011100 1100100 100011

Color Harmonies of #003AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AB0

Black with #003AB0

Text Example


Text Example

White with #003AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003AB0; }

 p { color: rgb(0,58,176); }

 H1.HeaderClassName
 {
   color: #003AB0;
 }
 .AnyTagClassName
 {
   color: #003AB0;
 }
</style>

background-color css

<style>
 a { background-color: #003AB0; }

 a { background-color: rgb(0,58,176); }

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

border-color css

<style>
 span { border-color: #003AB0; }

 span { border-color: rgb(0,58,176); }

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