Html Css Color HEX #1F365E Catalina Blue

📋 copy color: '#1F365E'

red 31 ◦ green 54 ◦ blue 94

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

Shades of Catalina Blue #1F365E

Tints of Catalina Blue #1F365E

RGB

 RED value IS 31 (12.5% from 255) = 17.32%

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

 BLUE value IS 94 (37.11% from 255) = 52.51%

R = 17.32%
G = 30.17%
B = 52.51%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F365E (or 0x1F365E) is known color: Catalina Blue. HEX triplet: 1F, 36 and 5E. RGB value is (31,54,94). Sum of RGB (Red+Green+Blue) = 31+54+94=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F365E is #E0C9A1. Grayscale: #333333. Windows color (decimal): -14731682 or 6174239. OLE color: 6174239.

HSL color Cylindrical-coordinate representation of color #1F365E: hue angle of 218.1º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F365E is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 54 94 -
CMYK 0.67 0.43 0 0.63
HSL 218.1º 0.5% 0.25% -
HSV(B) 218.1º 0.67% 0.37% -
XYZ 3.9 3.74 11.11 -
YUV 51.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 31 54 94 0.67 0.43 0 0.63 218.1 0.5 0.25
Hex 1F 36 5E 43 2B 0 3F DA 32 19
Octal 37 66 136 103 53 0 77 332 62 31
Binary 11111 110110 1011110 1000011 101011 0 111111 11011010 110010 11001

Color Harmonies of #1F365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F365E

Black with #1F365E

Text Example


Text Example

White with #1F365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F365E; }

 p { color: rgb(31,54,94); }

 H1.HeaderClassName
 {
   color: #1F365E;
 }
 .AnyTagClassName
 {
   color: #1F365E;
 }
</style>

background-color css

<style>
 a { background-color: #1F365E; }

 a { background-color: rgb(31,54,94); }

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

border-color css

<style>
 span { border-color: #1F365E; }

 span { border-color: rgb(31,54,94); }

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