Html Css Color HEX #0134AE International Klein Blue

📋 copy color: '#0134AE'

red 1 ◦ green 52 ◦ blue 174

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

Shades of International Klein Blue #0134AE

Tints of International Klein Blue #0134AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 174 (68.36% from 255) = 76.65%

R = 0.44%
G = 22.91%
B = 76.65%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0134AE (or 0x0134AE) is known color: International Klein Blue. HEX triplet: 01, 34 and AE. RGB value is (1,52,174). Sum of RGB (Red+Green+Blue) = 1+52+174=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #0134AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0134AE is #FECB51. Grayscale: #323232. Windows color (decimal): -16698194 or 11416577. OLE color: 11416577.

HSL color Cylindrical-coordinate representation of color #0134AE: hue angle of 222.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0134AE is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 52 174 -
CMYK 0.99 0.70 0 0.32
HSL 222.31º 0.99% 0.34% -
HSV(B) 222.31º 0.99% 0.68% -
XYZ 8.88 5.52 40.64 -
YUV 50.66 197.6 92.58 -
System Red Green Blue C M Y K H S L
Decimal 1 52 174 0.99 0.70 0 0.32 222.31 0.99 0.34
Hex 1 34 AE 63 46 0 20 DE 63 22
Octal 1 64 256 143 106 0 40 336 143 42
Binary 1 110100 10101110 1100011 1000110 0 100000 11011110 1100011 100010

Color Harmonies of #0134AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0134AE

Black with #0134AE

Text Example


Text Example

White with #0134AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0134AE; }

 p { color: rgb(1,52,174); }

 H1.HeaderClassName
 {
   color: #0134AE;
 }
 .AnyTagClassName
 {
   color: #0134AE;
 }
</style>

background-color css

<style>
 a { background-color: #0134AE; }

 a { background-color: rgb(1,52,174); }

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

border-color css

<style>
 span { border-color: #0134AE; }

 span { border-color: rgb(1,52,174); }

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